Autogenerated HTML docs for v1.6.3.3-444-g4ecbc
diff --git a/git-config.html b/git-config.html index a19f02c..3e82953 100644 --- a/git-config.html +++ b/git-config.html
@@ -1367,7 +1367,9 @@ it will be treated as a shell command. For example, defining "alias.new = !gitk --all --not ORIG_HEAD", the invocation "git new" is equivalent to running the shell command -"gitk --all --not ORIG_HEAD".</p></div> +"gitk --all --not ORIG_HEAD". Note that shell commands will be +executed from the top-level directory of a repository, which may +not necessarily be the current directory.</p></div> </dd> <dt> apply.whitespace @@ -2447,6 +2449,17 @@ </p> </dd> <dt> +http.sslCertPasswordProtected +</dt> +<dd> +<p> + Enable git's password prompt for the SSL certificate. Otherwise + OpenSSL will prompt the user, possibly many times, if the + certificate or private key is encrypted. Can be overridden by the + <em>GIT_SSL_CERT_PASSWORD_PROTECTED</em> environment variable. +</p> +</dd> +<dt> http.sslCAInfo </dt> <dd> @@ -3336,7 +3349,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2009-07-01 02:30:45 UTC +Last updated 2009-07-09 16:48:59 UTC </div> </div> </body>